home *** CD-ROM | disk | FTP | other *** search
Makefile | 1999-12-03 | 853 b | 39 lines |
- all: try_multi.ppc try_multi test_multi.library
-
-
- try_multi: try_multi.c
- sc link debug=line try_multi.c
-
- try_multi.ppc: try_multi.c
- scppc link debug=line hunkobj programname=try_multi.ppc try_multi.c
-
-
-
-
- test_multi.library: libinitr.o test.o testppc.o
- work:ppc/slink/slink PPC with <<
- LIBFD test.fd
- to test_multi.library
- FROM lib:libent.o libinitr.o test.o testppc.o
- lib work:ppc/lib/scppc.lib
- noicons
- libversion 1 librevision 11
- verbose
- map test_multi.map hsx
- <
-
-
-
-
- testppc.o: testppc.c
- scppc debug sf testppc.c hunkobj
-
- test.o: test.c
- sc libcode nostackcheck debug sf test.c
-
- libinit.o: libinit.c
- sc resetopts libcode strmer nostackcheck debug sf DEF ONE_GLOBAL_SECTION=1 libinit.c
-
- libinitr.o: libinit.c
- sc resetopts libcode strmer nostackcheck debug sf objname libinitr.o libinit.c
-